home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00013_Script_box < prev    next >
Text File  |  1999-03-01  |  383b  |  23 lines

  1. on mouseEnter me
  2.   cursor [the memberNum of member "pointy", the memberNum of member "pointy_mask"]
  3.   
  4.   
  5. end
  6.  
  7. on mouseDown me
  8.   if the volume of sound 2 >= 230 then
  9.     set the volume of sound 2 to 100
  10.   else if the volume of sound 2 <= 102 then
  11.     set the volume of sound 2 to 255
  12.   end if
  13.   
  14.   
  15.   go to "lowBlur"
  16.   
  17. end
  18.  
  19. on mouseLeave me
  20.   cursor -1
  21.   
  22. end
  23.